Skip to content

Conversation

@manoj-k04
Copy link
Collaborator

  • Add updateTestCase tool registration in testmanagement.ts
  • Implement complete update test case API in update-testcase.ts
  • Support partial updates for all test case fields
  • Add proper error handling for 404 and 403 responses
  • Convert project identifier to numeric ID before API call

- Add updateTestCase tool registration in testmanagement.ts
- Implement complete update test case API in update-testcase.ts
- Support partial updates for all test case fields
- Add proper error handling for 404 and 403 responses
- Convert project identifier to numeric ID before API call
step: z.string().describe("Action to perform in this step."),
result: z.string().describe("Expected result of this step."),
}),
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don’t take so many inputs — only collect what’s needed for this scope.

],
};
} catch (err: any) {
console.error("Update test case error:", err);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use logger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants